projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
034275e
)
; Grammar fix
author
Philipp Stephani
<phst@google.com>
Sun, 4 Jun 2017 17:16:07 +0000
(19:16 +0200)
committer
Philipp Stephani
<phst@google.com>
Sun, 4 Jun 2017 17:50:50 +0000
(19:50 +0200)
src/emacs-module.c
patch
|
blob
|
history
diff --git
a/src/emacs-module.c
b/src/emacs-module.c
index 7f5bd86c96bff8051f041c1df9747b02fdb15b35..1cd4eb2ddd85b3a2f95c4772d7246dba257cb660 100644
(file)
--- a/
src/emacs-module.c
+++ b/
src/emacs-module.c
@@
-351,7
+351,7
@@
module_non_local_exit_throw (emacs_env *env, emacs_value tag, emacs_value value)
value_to_lisp (value));
}
-/* A module function is a pseudovector of subtype
type
+/* A module function is a pseudovector of subtype
PVEC_MODULE_FUNCTION; see lisp.h for the definition. */
static emacs_value